home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / MiniclipsTetris.swf / scripts / DefineButton2_250 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-08-04  |  270 b   |  15 lines

  1. on(press){
  2.    if(_parent.piece[14])
  3.    {
  4.       _parent.piece[14] = false;
  5.       _parent.piece[15] = false;
  6.       Check14.gotoAndStop(1);
  7.    }
  8.    else
  9.    {
  10.       _parent.piece[14] = true;
  11.       _parent.piece[15] = true;
  12.       Check14.gotoAndStop(2);
  13.    }
  14. }
  15.